rpm: prefix PackageDB with kind#1640
Merged
github-actions[bot] merged 1 commit intoquay:mainfrom Sep 17, 2025
RTann:rpm-pkgdb
Merged
rpm: prefix PackageDB with kind#1640github-actions[bot] merged 1 commit intoquay:mainfrom RTann:rpm-pkgdb
github-actions[bot] merged 1 commit intoquay:mainfrom
RTann:rpm-pkgdb
Conversation
5 tasks
Contributor
Author
|
/fast-forward |
|
Triggered from #1640 (comment) by @RTann. Trying to fast forward Target branch ( commit 45461191cf638a6789d240a4755c12b4a0a161b2 (HEAD -> main, origin/main)
Author: Hank Donnay <hdonnay@redhat.com>
Date: Wed Sep 17 15:21:40 2025 -0500
rpm: fix use of `unique.Handle` pinning `fs.FS`
This attempt to make the API impossible to misuse had some horrific,
unintended side-effects for memory consumption, so remove it.
Signed-off-by: Hank Donnay <hdonnay@redhat.com>Pull request ( commit 411374c1989439c025ca267a80bd01c2703e2f3a (pull_request/rpm-pkgdb)
Author: Ross Tannenbaum <rtannenb@redhat.com>
Date: Tue Sep 16 15:35:13 2025 -0700
rpm: prefix PackageDB with kind
Signed-off-by: RTann <rtannenb@redhat.com>
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLEDCan't fast forward * 45461191cf638a6789d240a4755c12b4a0a161b2 rpm: fix use of `unique.Handle` pinning `fs.FS`
| * 411374c1989439c025ca267a80bd01c2703e2f3a rpm: prefix PackageDB with kind
|/
* d5cc1b94501f3433504223433733d3858d0faeb5 chore: v1.5.40 changelog bump
commit d5cc1b94501f3433504223433733d3858d0faeb5 (tag: v1.5.40)
Author: crozzy <1027041+crozzy@users.noreply.github.com>
Date: Tue Sep 16 16:37:58 2025 +0000
chore: v1.5.40 changelog bump
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>Rebase locally, and then force push to |
Signed-off-by: RTann <rtannenb@redhat.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
Contributor
Author
|
/fast-forward |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prior to #869, the PackageDB for RPMs were prefixed with the DB kind (sqlite, bdb, or ndb). With that change, the prefix was removed. I believe this was an accident. This PR adds it back